Developer Tools
SiteForge provides practical tools for teams that need direct operational control over websites.
Core tools
- SSH access for advanced file/application operations
- Cron jobs for scheduled tasks
- Logs for troubleshooting and deployment checks
- File and database tools for maintenance actions
- Runtime/environment settings where supported
Typical workflow for technical changes
- Prepare change in staging.
- Validate with logs and functional checks.
- Apply to production in controlled window.
- Monitor errors and resource usage after release.
Security and reliability rules
- Prefer key-based SSH authentication.
- Limit privileged access to necessary users only.
- Keep secrets outside source code.
- Document critical operational changes.